home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacHack 1997
/
MacHack 1997.toast
/
Hacks
/
Hacks ’95
/
Search Example
/
TTY_Messages.h
< prev
Wrap
Text File
|
1991-01-25
|
520b
|
18 lines
/*** TTY_Messages.h ***/
void TTY_InitMessages(WindowPtr theWin, Rect r, int fnt, int font_size);
/* Init for programs with windows already */
void TTY_SAInitMessages();
/** Initialization for stand-alone, dumb tty applications. **/
/** Should be the FIRST call in your main program. **/
void TTY_RedrawMessages();
/*repaint the message area*/
void TTY_WriteMessage(char *str);
/** writes a message to the debug window, adding a CR at the end **/
void TTY_ClearMessages();
/** clear out top line and message area*/